home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Resources / Paint.NET v2.5 RC2 / PaintDotNet_2_5_RC2.exe / PaintDotNet.msi / _96BC9D6542A97C60309828F76C488A4D < prev    next >
Encoding:
Text File  |  2005-11-16  |  4.8 KB  |  129 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Tools</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.     NOTE:</b> This document is still being written (it is "under construction"). Its contents are preliminary, incomplete, 
  18.     and subject to change.</p>
  19. </div>
  20. <div id="leftnav">
  21.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  22.         <li><a href="index.html">Overview</a><br>
  23.         </li>
  24.         <li><a href="Features.html">Features</a><br>
  25.         </li>
  26.     </ul>
  27.     <h3>Concepts</h3>
  28.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  29.         <li>Layers and Transparency<br>
  30.         </li>
  31.         <li>Selections<br>
  32.         </li>
  33.     </ul>
  34.     <h3>User Interface</h3>
  35.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  36.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  37.         <li><a href="MainWindow.html">Main Window</a></li>
  38.         <li><a href="MenuBar.html">Menu Bar</a>
  39.         <ul class="toc">
  40.             <li><a href="File.html">File</a></li>
  41.             <li><a href="Edit.html">Edit</a></li>
  42.             <li><a href="View.html">View</a></li>
  43.             <li><a href="Image.html">Image</a></li>
  44.             <li><a href="Layers.html">Layers</a>
  45.             <ul class="toc">
  46.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  47.                 <li><a href="Adjustments.html">Adjustments</a>
  48.                 <ul class="toc">
  49.                     <li><a href="Levels.html">Levels</a></li>
  50.                 </ul>
  51.                 </li>
  52.             </ul>
  53.             </li>
  54.             <li><a href="Effects.html">Effects</a></li>
  55.             <li><a href="Tools.html">Tools</a></li>
  56.             <li><a href="Window.html">Window</a></li>
  57.             <li><a href="Help.html">Help</a></li>
  58.             <li>Toolbar</li>
  59.         </ul>
  60.         </li>
  61.         <li>Tools Window<ul class="toc">
  62.             <li>Selection Tools</li>
  63.             <li>Brush Tools</li>
  64.             <li>Pixel Tools</li>
  65.             <li>Shape Tools</li>
  66.             <li>Text Tool</li>
  67.             <li>Paint Bucket</li>
  68.             <li>Clone Stamp</li>
  69.             <li>Recolor Tool</li>
  70.         </ul>
  71.         </li>
  72.         <li>History Window</li>
  73.         <li>Layers Window</li>
  74.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  75.         <li>Status Bar</li>
  76.     </ul>
  77.     </li>
  78.     <h3>Other</h3>
  79.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  80.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  81.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  82.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  83.         <li><a href="WebLinks.html">Web Links</a></li>
  84.         <li><a href="License.html">License</a></li>
  85.     </ul>
  86. </div>
  87. <div id="content">
  88.     <!-- #BeginEditable "content" -->
  89.     <h2>Tools Menu</h2>
  90.     <p>This menu gives you a second method of selecting from the tools that are available in the Tools Window. It also gives 
  91.     you access to two options that control how many of the tools draw on to the canvas.</p>
  92.     <ul>
  93.         <li class="nobullet"><img border="0" src="Images/ToolsMenu.png"> </li>
  94.         <li>
  95.         <h3>Antialiasing </h3>
  96.         <p>This is on by default, and allows all the tools to draw with smooth edges.</p>
  97.         <p>In this image, the circle on the left has been drawn with antialiasing enabled. The circle on the right was drawn 
  98.         with it disabled:</p>
  99.         <img border="1" src="../images/aaVSnoAA.png"> </li>
  100.         <li>
  101.         <h3>Alpha blending </h3>
  102.         <p>When you choose a color, you may specify an Alpha component. This part of the color determines how to blend it 
  103.         in with the pixels that are already on the layer when you draw. An alpha value of 0 means completely transparent, 
  104.         whereas an alpha value of 255 means completely opaque. Antialiasing also uses alpha blending for the edges of shapes 
  105.         and brushes.</p>
  106.         <p>However, there are times when you do not want to blend a color in to the existing pixels, and instead want to 
  107.         replace the color on the canvas with exactly the color and alpha values you have specified.</p>
  108.         <p>In the image below, the white line on the left was drawn with alpha blending enabled. The white line on the right 
  109.         was drawn with alpha blending disabled, and you can see the transparency checkerboard showing through. Both were 
  110.         drawn with an alpha value of 128.</p>
  111.         <img border="0" src="../images/bmw_AB_vs_noAB.jpg" width="300" height="175"></li>
  112.     </ul>
  113.     <!-- #EndEditable -->
  114.     <h4><br>
  115.     <br>
  116.     </h4>
  117.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom 
  118.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  119.     <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  120.     </font>
  121. </div>
  122. </b>
  123.  
  124. </body>
  125.  
  126. <!-- #EndTemplate -->
  127.  
  128. </html>
  129.